home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / General / Dan's Source Code Converter ƒ / Dan's Source Converter Read Me < prev   
Text File  |  1994-05-30  |  2KB  |  35 lines

  1.  
  2. Dan's Source Code Converter
  3. version 1.1.1
  4. 1994-05-30
  5.  
  6. **** Thank you for even bothering to look at this file.  ****
  7.  
  8. This programme is intended as an aid for converting C source code into Pascal.  It was also a learning experience for me in writing a simple look-ahead parser.  Since the parser is so simple, do not expect miracles.  The programme takes care of the easily translated bits of C and leaves the more "interesting" conversions for the programmer to deal with.  To use the programme, simply open an error-free C source code text file.  The programme will prompt you for a file name for the Pascal source file.
  9.  
  10. E-mail bug reports to: drickey@irus.rri.uwo.ca
  11.  
  12. If you use this programme and wish to see it improved, please send a few dollars, along with your suggestions and complaints, to:
  13.  
  14. Daniel W. Rickey            
  15. #22-550 Platt's lane
  16. London, Ontario
  17. CANADA  N6G 3A8
  18.  
  19. Cheques drawn on U.S.A. banks are cashed in Canada without a service charge.  Since I am not asking for very much money, i.e., any amount will do, you can mail cash without too much risk, if you wish.  Canada Customs does not mind if people mail money into Canada.
  20.  
  21. The reason I am asking for money and suggestions is to get a feel for how many programmers are interested in a C to Pascal converter.  The programme is a bit rough as is, but I released it just to find out what kind of response I would receive.  To Date, only about five people have responded (they have been very positive), and only two people have sent money.  Unless I receive a better response in the future, I may be forced to devote my time to other programming projects.  (Sorry, that's the way it is.)
  22.  
  23.  
  24. By the way,
  25.  
  26. version 1.1.1        released 1994-05-30
  27. I added two options under the 'Edit' menu.  One option displays the converted code on the screen, which slows down the translation a lot.  The second option removes all '&' from the C code.  I also fixed a few bugs and now remove '\p' from the begining of strings.  Hex numbers are now converted properly, e.g., from 0x1234 to $1234.
  28.  
  29. There are still lots of problems and bugs:
  30. 0xQ234  where Q is in [A,B,C,D,E,F] will not be translated (an oops on my parts - sorry). 
  31. Compiler directives are not handled at all.
  32. The converter chokes on assembly language.
  33.  
  34.  
  35.